[INFO] fetching crate timemoji 0.2.0...
[INFO] checking timemoji-0.2.0 against master#cced03bfd61a304243a34504618ecec86c17063f for pr-157082
[INFO] extracting crate timemoji 0.2.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate timemoji 0.2.0
[INFO] finished tweaking crates.io crate timemoji 0.2.0
[INFO] tweaked toml for crates.io crate timemoji 0.2.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate timemoji 0.2.0 on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate timemoji 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: file `/workspace/builds/worker-4-tc1/source/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `lib` target `timemoji`
[INFO] [stderr]   * `bin` target `timemoji`
[INFO] [stderr] warning: `timemoji` (manifest) generated 1 warning
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded chrono v0.4.7
[INFO] [stderr]   Downloaded getrandom v0.1.11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5a3b74536424e8e4f9e1cc0ed6157647896c619e439e981035e4a263b0a49c08
[INFO] running `Command { std: "docker" "start" "5a3b74536424e8e4f9e1cc0ed6157647896c619e439e981035e4a263b0a49c08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5a3b74536424e8e4f9e1cc0ed6157647896c619e439e981035e4a263b0a49c08" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5a3b74536424e8e4f9e1cc0ed6157647896c619e439e981035e4a263b0a49c08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5a3b74536424e8e4f9e1cc0ed6157647896c619e439e981035e4a263b0a49c08" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: file `/opt/rustwide/workdir/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `lib` target `timemoji`
[INFO] [stderr]   * `bin` target `timemoji`
[INFO] [stderr] warning: `timemoji` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.62
[INFO] [stderr]    Compiling autocfg v0.1.6
[INFO] [stderr]    Compiling getrandom v0.1.11
[INFO] [stderr]     Checking cfg-if v0.1.9
[INFO] [stderr]     Checking ppv-lite86 v0.2.5
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]     Checking c2-chacha v0.2.2
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking rand_core v0.5.0
[INFO] [stderr]     Checking chrono v0.4.7
[INFO] [stderr]     Checking rand_chacha v0.2.1
[INFO] [stderr]     Checking rand v0.7.0
[INFO] [stderr]     Checking timemoji v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/moonmoji.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct MoonMoji {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 33 |     emoji: &'static str,
[INFO] [stdout] 34 |     name: &'static str,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MoonMoji` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/moonmoji.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct MoonMoji {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 33 |     emoji: &'static str,
[INFO] [stdout] 34 |     name: &'static str,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MoonMoji` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/moonmoji.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct MoonMoji {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 33 |     emoji: &'static str,
[INFO] [stdout] 34 |     name: &'static str,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MoonMoji` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/moonmoji.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct MoonMoji {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 33 |     emoji: &'static str,
[INFO] [stdout] 34 |     name: &'static str,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MoonMoji` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/moonmoji.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct MoonMoji {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 33 |     emoji: &'static str,
[INFO] [stdout] 34 |     name: &'static str,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MoonMoji` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/moonmoji.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct MoonMoji {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 33 |     emoji: &'static str,
[INFO] [stdout] 34 |     name: &'static str,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MoonMoji` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s
[INFO] running `Command { std: "docker" "inspect" "5a3b74536424e8e4f9e1cc0ed6157647896c619e439e981035e4a263b0a49c08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a3b74536424e8e4f9e1cc0ed6157647896c619e439e981035e4a263b0a49c08", kill_on_drop: false }`
[INFO] [stdout] 5a3b74536424e8e4f9e1cc0ed6157647896c619e439e981035e4a263b0a49c08
